; *** RemoveKeyLockMessage 1.0 *** 
; *** Remove KeyLock Message *** 
; Author: fca00000 , fca00000-at-yahoo-dot-es 
; Date: 2005.10.06 
; Firmware: Siemens-SX1 Possibly all versions. Tested on Iberia15.2 and O2-14 
; Omap: Core-Img (Z1) 
; 
; When you press key '#' for some time, the keyboard is locked and a message is shown. 
; This patch removes the message. Also removes the mesage when the keyboard is unlocked again. 
; The icon with the picture of a key is still shown in the status pane , of course. 
; For the curious people: I changed AknNotifyPlugin.dll in 
; method CAknKeyLockControl::DisplayKeyActiveNote and CAknKeyLockControl::DisplayLockedNote 
; so that now it doesn't call CAknSleepingNote::ShowNote 
; 
; As far as I know, nothing is broken. But I decline all responsability, of course. 
; Anyway, here it is. Enjoy 
; 
;**************************************** 
replace:406F02490022FFF7DAFC:406F02490022C046C046 
replace:806F02490022FFF7D0FC:806F02490022C046C046 
; end of RemoveKeyLockMessage 